[INFO] cloning repository https://github.com/tomerramk/asciiify
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tomerramk/asciiify" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomerramk%2Fasciiify", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomerramk%2Fasciiify'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6845c949742ad7171f8ac0cb788b181e5f79ee4d
[INFO] checking tomerramk/asciiify against master#c0bb140a37c81cf59a0b40c21c9413059644e294 for pr-129249-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomerramk%2Fasciiify" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tomerramk/asciiify
[INFO] finished tweaking git repo https://github.com/tomerramk/asciiify
[INFO] tweaked toml for git repo https://github.com/tomerramk/asciiify written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tomerramk/asciiify on toolchain c0bb140a37c81cf59a0b40c21c9413059644e294
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tomerramk/asciiify already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ffmpeg-sidecar v2.5.1
[INFO] [stderr]   Downloaded pyo3-macros v0.24.2
[INFO] [stderr]   Downloaded tar v0.4.45
[INFO] [stderr]   Downloaded target-lexicon v0.13.5
[INFO] [stderr]   Downloaded pyo3-build-config v0.24.2
[INFO] [stderr]   Downloaded zip v4.6.1
[INFO] [stderr]   Downloaded pyo3-macros-backend v0.24.2
[INFO] [stderr]   Downloaded pyo3-ffi v0.24.2
[INFO] [stderr]   Downloaded python3-dll-a v0.2.14
[INFO] [stderr]   Downloaded cbindgen v0.27.0
[INFO] [stderr]   Downloaded pyo3 v0.24.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] abb2707dbfa5b44322724a95c75c44187a701c0852284ef67b9b4fa96e7fe454
[INFO] running `Command { std: "docker" "start" "abb2707dbfa5b44322724a95c75c44187a701c0852284ef67b9b4fa96e7fe454", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "abb2707dbfa5b44322724a95c75c44187a701c0852284ef67b9b4fa96e7fe454" "/opt/rustwide/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "abb2707dbfa5b44322724a95c75c44187a701c0852284ef67b9b4fa96e7fe454", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "abb2707dbfa5b44322724a95c75c44187a701c0852284ef67b9b4fa96e7fe454" "/opt/rustwide/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]    Compiling cc v1.2.59
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling target-lexicon v0.13.5
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling python3-dll-a v0.2.14
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]     Checking utf8-zero v0.8.1
[INFO] [stderr]     Checking pxfm v0.1.28
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking lewton v0.10.2
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]     Checking hound v3.5.1
[INFO] [stderr]     Checking symphonia-core v0.5.5
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling indexmap v2.13.1
[INFO] [stderr]     Checking ureq-proto v0.6.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling pyo3-build-config v0.24.2
[INFO] [stderr]    Compiling cbindgen v0.27.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling asciiify-js v0.4.0 (/opt/rustwide/workdir/crates/asciiify-js)
[INFO] [stderr]     Checking napi-sys v2.4.0
[INFO] [stderr]     Checking symphonia-metadata v0.5.5
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking filetime v0.2.27
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking symphonia-bundle-mp3 v0.5.5
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking alsa v0.9.1
[INFO] [stderr]     Checking xz2 v0.1.7
[INFO] [stderr]     Checking symphonia v0.5.5
[INFO] [stderr]    Compiling pyo3-ffi v0.24.2
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking cpal v0.15.3
[INFO] [stderr]    Compiling pyo3-macros-backend v0.24.2
[INFO] [stderr]    Compiling pyo3 v0.24.2
[INFO] [stderr]     Checking xattr v1.6.1
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking tar v0.4.45
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling napi-derive-backend v1.0.75
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling ctor v0.2.9
[INFO] [stderr]     Checking napi v2.16.17
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking fax v0.2.6
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking rodio v0.19.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking zerocopy v0.8.48
[INFO] [stderr]    Compiling napi-derive v2.16.13
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]    Compiling pyo3-macros v0.24.2
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking tiff v0.11.3
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]     Checking ureq v3.3.0
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking ffmpeg-sidecar v2.5.1
[INFO] [stderr]     Checking asciiify-core v0.4.0 (/opt/rustwide/workdir/crates/asciiify-core)
[INFO] [stderr]     Checking asciiify-cli v0.4.0 (/opt/rustwide/workdir/crates/asciiify-cli)
[INFO] [stderr]     Checking asciiify-py v0.4.0 (/opt/rustwide/workdir/crates/asciiify-py)
[INFO] [stderr]    Compiling asciiify-go v0.4.0 (/opt/rustwide/workdir/crates/asciiify-go)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.90s
[INFO] running `Command { std: "docker" "inspect" "abb2707dbfa5b44322724a95c75c44187a701c0852284ef67b9b4fa96e7fe454", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "abb2707dbfa5b44322724a95c75c44187a701c0852284ef67b9b4fa96e7fe454", kill_on_drop: false }`
[INFO] [stdout] abb2707dbfa5b44322724a95c75c44187a701c0852284ef67b9b4fa96e7fe454
